Skip to main content

Robotiq::Mutex Class

A lockable object. BasicLockable, so it drops straight into std::lock_guard.

Included Headers

#include <platform.hpp>

Members

Public Destructor
~Mutex ()=default
Public Member Functions
voidlock ()=0

Blocks until the lockable object is acquired. More...

voidunlock ()=0

Releases a lockable object previously acquired with lock(). More...

Public Destructor

~Mutex()

virtual Robotiq::Mutex::~Mutex ()
virtual default

Public Member Functions

lock()

virtual void Robotiq::Mutex::lock ()

Blocks until the lockable object is acquired.

unlock()

virtual void Robotiq::Mutex::unlock ()

Releases a lockable object previously acquired with lock().


The documentation for this class was generated from the following file:

  • platform.hpp

Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.9.8.